Skip to content

Move VS Code integration tests to /test directory#1912

Merged
charisk merged 1 commit intomainfrom
charisk/move-vscode-tests
Jan 3, 2023
Merged

Move VS Code integration tests to /test directory#1912
charisk merged 1 commit intomainfrom
charisk/move-vscode-tests

Conversation

@charisk
Copy link
Copy Markdown
Contributor

@charisk charisk commented Dec 23, 2022

Moves VS Code integration tests out of /src and into /test.

Checklist

N/A:

  • CHANGELOG.md has been updated to incorporate all user visible changes made by this pull request.
  • Issues have been created for any UI or other user-facing changes made by this pull request.
  • [Maintainers only] If this pull request makes user-facing changes that require documentation changes, open a corresponding docs pull request in the github/codeql repo and add the ready-for-doc-review label there.

@charisk charisk force-pushed the charisk/move-vscode-tests branch 3 times, most recently from 39aef31 to 77e7ed1 Compare December 23, 2022 16:01
@charisk charisk marked this pull request as ready for review January 3, 2023 08:29
@charisk charisk requested review from a team as code owners January 3, 2023 08:29
@charisk charisk added the secexp label Jan 3, 2023
Comment thread extensions/ql-vscode/src/stories/tsconfig.json
"resolveJsonModule": true,
"rootDir": ".."
"rootDir": "..",
"jsx": "react"
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Why did you add this here?

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Because we now need to compile jsx files as part of /test (because we compile all of /extensions/ql-vscode which includes /src)

Copy link
Copy Markdown
Contributor

@norascheuch norascheuch left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

✨ 😮 Amazing changes!

@charisk charisk force-pushed the charisk/move-vscode-tests branch from 77e7ed1 to dfc85f0 Compare January 3, 2023 09:28
@charisk charisk merged commit 35d1d8b into main Jan 3, 2023
@charisk charisk deleted the charisk/move-vscode-tests branch January 3, 2023 10:31
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants